#hd{
    max-width: 1280px;
}
.wrap{
    width:1280px
}
.home-page{
}
.home-page .banner{
    min-width: 1280px;
    height: 620px;
    margin: 0 auto;
    background-image: url(../images/index/banner.jpg?2);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    position: relative;
}

.home-page .banner .wrap{
    position: relative;
}

.home-page .banner .bleft{
    color:#fff;
    position: absolute;
    z-index: 2;
    top: 120px;
}
.home-page .banner .bleft .title{
    font-size: 50px;
    font-family: HARMONYOS_SANS_SC_BOLD;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    line-height: 1.4;
}
.home-page .banner .bleft .title img{
    width: 80px;
    margin-right: 23px;
}
.home-page .banner .bleft  .brief{
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.home-page .banner .bleft  .brief span{
    font-weight: bold;
    background-image: linear-gradient(to right, #E385F2 40% , #FFAF1D 60%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.home-page .banner .bleft .tip{
    display: inline-block;
    padding:0 20px;
    width:auto;
    font-size: 18px;
    line-height: 40px;
    background: #0C91FD;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    background-image: linear-gradient(to right,#00A2FF 30%, #3C47F7);
    margin-bottom: 55px;
}

.home-page .banner .bleft .btn{
    width: 250px;
    background: #6067FF;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}

.home-page .banner .bright{
    position: absolute;
    right: 0;
    z-index: 1;
}
.home-page .banner .bright img{
    height: 500px;
    margin-top: 70px;
}

.home-page .p1-main{
    padding: 80px 0 40px;

}

.home-page .p1-main .title{
    font-size: 48px;
    line-height: 1.5;
    color: #111;
    text-align: center;
    font-weight: bold;
    font-family: HARMONYOS_SANS_SC_BOLD;
}

.home-page .p1-main .sub-title{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: #523dd1;
    margin-bottom: 50px;
}

.p1-main .grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 1280px;
    margin:0 auto ;
}


.p1-main .grid .item{
    width: 100%;
    height: 235px;
    background: url("../images/index/item-1.png?1") no-repeat 0 0 #9746E3;
    background-size: 100% 100%;
    border-radius: 15px;
    color:#fff;
}
.p1-main .grid .item.item-2{
    background-image: url("../images/index/item-2.png?1");
}
.p1-main .grid .item.item-3{
    background-image: url("../images/index/item-3.png?1");
}
.p1-main .grid .item.item-4{
    background-image: url("../images/index/item-4.png?1");
}
.p1-main .grid .item.item-5{
    background-image: url("../images/index/item-5.png?1");
}
.p1-main .grid .item.item-6{
    background-image: url("../images/index/item-6.png?1");
}

.p1-main .grid .item .info{
    padding-left: 30px;
    padding-top: 30px;
}

.p1-main .grid .item .info .brief{
    color:#fff;
    text-align: left;
    padding:0;
    margin: 0;
}
.p1-main .grid .item .info .brief li{
    line-height: 200%;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}
.p1-main .grid .item .info .brief li:before{
    content: " ";
    width: 8px;
    height: 8px;
    left: 0;
    top:40%;
    background: #BA9CF8;
    position: absolute;
    border-radius: 100%;
}
.p1-main .grid .item .info .tit{
    font-family: HARMONYOS_SANS_SC_BOLD;
    font-size: 24px;
    margin-bottom: 20px;
}

.home-page .p2-main{
    padding: 80px 0 40px;

}

.home-page .p2-main .title{
    font-size: 48px;
    line-height: 1.5;
    color: #111;
    text-align: center;
    font-family: HARMONYOS_SANS_SC_BOLD;
}

.home-page .p2-main .sub-title{
    text-align: center;
    font-size: 20px;
    line-height: 70px;
    letter-spacing: 0px;
    margin-bottom: 50px;
    background-image: linear-gradient(to right, #722EEC 40% , #F487A4 60%);
    background-clip: text;
    -webkit-background-clip: text;
    color:transparent;
}

.home-page .p2-main .grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 1280px;
    margin:0 auto ;
}

.p2-main .grid .item{
    width: 100%;
    height: 392px;
    background: url("../images/index/1.png?1") no-repeat 0 0 ;
    background-size: 100% 100%;
    border-radius: 15px;
    color:#fff;
    position: relative;
}

.p2-main .grid .item.item-2{
    background-image: url("../images/index/2.png?1");
}

.p2-main .grid .item.item-3{
    background-image: url("../images/index/3.png?1");
}

.p2-main .grid .item.item-4{
    background-image: url("../images/index/4.png?1");
}

.p2-main .grid .item.item-5{
    background-image: url("../images/index/5.png?1");
}

.p2-main .grid .item .info{
    position: absolute;
    top:55%;
    padding:18px;
}

.p2-main .grid .item .tit{
    font-size: 22px;
    font-family: HARMONYOS_SANS_SC_BOLD;
    margin-bottom: 12px;
}

.p2-main .grid .item .brief{
    line-height: 180%;
}

.p2-main .btns {
    padding:50px
}
.p2-main .btns .btn{
    width:290px;
    height: 50px;
    background-color: #6b4eee;
    box-shadow: 0px 2px 3px 0px
    rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin:  0 auto;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    color:#fff;
    cursor: pointer;
    font-family: HARMONYOS_SANS_SC_BOLD;
}


.home-page .p3-main{
    padding: 80px 0 40px;
    background:url('../images/index/p3bg.jpg') no-repeat center bottom;
    background-size: auto 100%;
    height:900px ;

}

.home-page .p3-main .title{
    font-size: 48px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    font-family: HARMONYOS_SANS_SC_BOLD;
}

.home-page .p3-main .sub-title{
    text-align: center;
    font-size: 20px;
    line-height: 70px;
    letter-spacing: 0px;
    margin-bottom: 50px;
    color:#b5bdd8;
}
.home-page .p3-main .partner{
    text-align: center;
    margin-bottom: 120px;
}
.home-page .p3-main .partner img{
    width: 100%;
 max-width: 1280px;

}

.home-page .p3-main .brief .title{
    background-image: linear-gradient(to right, #E285EE 40% , #FEAC24 60%);
    background-clip: text;
    -webkit-background-clip: text;
    color:transparent;
}

.home-page .p3-main .brief .sub-title{
    color:#FFF;
    margin-bottom: 0px;
    font-size: 26px;
}


.p3-main .btns {
    padding:50px
}
.p3-main .btns .btn{
    width:360px;
    height: 50px;
    border:2px solid #fff;
    background-color: transparent;
    border-radius: 10px;
    margin:  0 auto;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    color:#fff;
    cursor: pointer;
    font-family: HARMONYOS_SANS_SC_BOLD;
}
